build(deps): Bump sqlparser from 0.50.0 to 0.59.0#1
Merged
dependabot[bot] merged 2 commits intomainfrom Nov 20, 2025
Merged
Conversation
Bumps [sqlparser](https://github.com/apache/datafusion-sqlparser-rs) from 0.50.0 to 0.59.0. - [Changelog](https://github.com/apache/datafusion-sqlparser-rs/blob/main/CHANGELOG.md) - [Commits](apache/datafusion-sqlparser-rs@v0.50.0...v0.59.0) --- updated-dependencies: - dependency-name: sqlparser dependency-version: 0.59.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
- Change columns parameter type from OrderByExpr to IndexColumn - Update field access from .expr to .column for index columns - Fix AddConstraint pattern matching syntax for newer sqlparser version Signed-off-by: Svetlin Ralchev <iamralch@users.noreply.github.com>
18bdefd to
866dbe6
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the sqlparser dependency from version 0.50.0 to 0.59.0 and adapts the code to breaking API changes introduced in the newer version.
- Updates sqlparser from 0.50.0 to 0.59.0
- Adapts
parse_create_indexto useIndexColumninstead ofOrderByExpr - Updates pattern matching for
AlterTableOperation::AddConstraintto use struct-style syntax
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Cargo.toml | Updates sqlparser dependency version from 0.50 to 0.59 |
| Cargo.lock | Updates dependency graph with new sqlparser version and its transitive dependencies |
| src/schema.rs | Adapts code to breaking API changes in sqlparser, including type changes and pattern matching syntax |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
|
@dependabot merge |
Contributor
Author
|
Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps sqlparser from 0.50.0 to 0.59.0.
Commits
3c61db5Prepare for 0.59.0: Changelog and update version (#2039)0b72314feat: support postgres alter schema (#2038)ea7f902MySQL: Add support for unsigned numeric types (#2031)f642dd5DuckDB: Allow quoted date parts in EXTRACT (#2030)7021561Implemented theFrommethod for all clear variants in Statement (#2028)e3fbfd9MySQL: SupportCROSS JOINconstraint (#2025)280f518MovedCreateTriggerandDropTriggerout ofStatementenum (#2026)b8539a5Added derive traitCopytoOrderByOptionsstruct (#2021)befc95eMQ Test (#2019)dd3342eMerge queue Infrastructure in sqlparser-rs (#2007)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)